-+-    Example 3 for DB Dumper  *  Copyright (C) JP 2oo7    -+-

GOAL:
=====
  Extract data from Microsoft Access MDB Database to text file.

COMPONENTS:
===========
  Server: file
  Database: Microsoft Access MDB Database file (*.mdb)
  ODBC Driver: Microsoft Access Driver (*.mdb)
               (i think it's preinstalled on WinXP)

STEPS:
======
 1) Create script with tables to extract. (Check Script_3.txt)

 2) You can modify connect string to your details. (Path to DB ...)

 3) Load script to DB Dumper and extract your data.


Attached script use FIELDS switch, which mean export only specified fields. 
You can use also TABLE switch for extracting whole tables.